home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / utility3 / what.zip / HELPIDS.H_ / HELPIDS.bin
Text File  |  1992-07-26  |  1KB  |  53 lines

  1. /* file menu items */
  2.  
  3. #define     IDM_NEW      100
  4. #define     IDM_OPEN     101
  5. #define     IDM_SAVE     102
  6. #define     IDM_SAVEAS   103
  7. #define     IDM_PRINT    104
  8. #define     IDM_EXIT     105
  9.  
  10. /* edit menu items */
  11.  
  12. #define     IDM_UNDO     200
  13. #define     IDM_CUT      201
  14. #define     IDM_COPY     202
  15. #define     IDM_PASTE    203
  16. #define     IDM_CLEAR    204
  17.  
  18. /* define help items */
  19.  
  20. #define     IDM_ABOUT          300
  21. #define     IDM_HELP_CONTENTS  301
  22. #define     IDM_HELP_KEYBOARD  302
  23. #define     IDM_HELP_MULTIKEY  303
  24. #define     IDM_HELP_SEARCH    304
  25. #define     IDM_HELP_HELP      305
  26.  
  27. /* Other help contexts */
  28. #define HELPID_NONE             0
  29. #define HELPID_FILE           400
  30. #define HELPID_EDIT           401
  31. #define HELPID_HELP           402
  32. #define HELPID_SYSTEM         403
  33. #define HELPID_EDIT_WINDOW    404
  34. #define HELPID_MAXIMIZE_ICON  405
  35. #define HELPID_MINIMIZE_ICON  406
  36. #define HELPID_TITLE_BAR      408
  37. #define HELPID_SIZING_BORDER  409
  38. #define HELPID_SYSRESTORE     410
  39. #define HELPID_SYSMOVE        411
  40. #define HELPID_SYSSIZE        412
  41. #define HELPID_SYSMINIMIZE    413
  42. #define HELPID_SYSMAXIMIZE    414
  43. #define HELPID_SYSCLOSE       415
  44. #define HELPID_SYSSWITCH      416
  45.  
  46. /* Dialog box values */
  47. #define IDEDITMULTIKEY              500
  48. #define EDITMULTIKEY                801
  49. #define ABOUTBOX                    800
  50.  
  51. /* Error strings */
  52. #define ERR_NOT_YET_IMPLEMENTED    1000
  53.